gdk_x11_display_finalize (GObject *object)
{
GdkX11Display *display_x11 = GDK_X11_DISPLAY (object);
- gint i;
/* Keymap */
if (display_x11->keymap)
g_object_unref (display_x11->keymap);
- /* Free motif Dnd */
- if (display_x11->motif_target_lists)
- {
- for (i = 0; i < display_x11->motif_n_target_lists; i++)
- g_list_free (display_x11->motif_target_lists[i]);
- g_free (display_x11->motif_target_lists);
- }
-
_gdk_x11_cursor_display_finalize (GDK_DISPLAY (display_x11));
/* Empty the event queue */
/* drag and drop information */
GdkDragContext *current_dest_drag;
- /* data needed for MOTIF DnD */
- Window motif_drag_window;
- GdkWindow *motif_drag_gdk_window;
- GList **motif_target_lists;
- gint motif_n_target_lists;
-
/* Mapping to/from virtual atoms */
GHashTable *atom_from_virtual;
GHashTable *atom_to_virtual;